home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_37.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  411 b   |  14 lines

  1. on prepareFrame
  2.   global last_cover, nappi_sprite
  3.   ClrCursorS()
  4.   KasiCursor(2)
  5.   KasiCursor(3)
  6.   KasiCursor(4)
  7.   MYPreload(label("newsun"), label("newsun") + 3)
  8.   MYPreload(label("newsun_atmo"), label("newsun_endloading"))
  9.   set last_cover to the frame
  10.   set the directToStage of member "sml_sun" to 0
  11.   set the member of sprite nappi_sprite to member "nappi"
  12.   set the locV of sprite nappi_sprite to 490
  13. end
  14.